Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface com.pacist.diamonds.Direction

Implementing Classes:
Book, Alignment, FlexiButton, ArrowButton

public abstract interface Direction
Defines commonly used constants for directions and positions.


Field Summary
static int BOTTOM
          Constant to represent BOTTOM.
static int CENTER
          Constant to represent CENTER.
static int DOWN
          Constant to represent DOWN.
static int EAST
          Constant to represent EAST.
static int LEFT
          Constant to represent LEFT.
static int NORTH
          Constant to represent NORTH.
static int NORTHEAST
          Constant to represent NORTHEAST.
static int NORTHWEST
          Constant to represent NORTHWEST.
static int RIGHT
          Constant to represent RIGHT.
static int SOUTH
          Constant to represent SOUTH.
static int SOUTHEAST
          Constant to represent SOUTHEAST.
static int SOUTHWEST
          Constant to represent SOUTHWEST.
static int TOP
          Constant to represent TOP.
static int UP
          Constant to represent UP.
static int WEST
          Constant to represent WEST.
 

Field Detail

NORTH

public static final int NORTH
Constant to represent NORTH.

NORTHEAST

public static final int NORTHEAST
Constant to represent NORTHEAST.

EAST

public static final int EAST
Constant to represent EAST.

SOUTHEAST

public static final int SOUTHEAST
Constant to represent SOUTHEAST.

SOUTH

public static final int SOUTH
Constant to represent SOUTH.

SOUTHWEST

public static final int SOUTHWEST
Constant to represent SOUTHWEST.

WEST

public static final int WEST
Constant to represent WEST.

NORTHWEST

public static final int NORTHWEST
Constant to represent NORTHWEST.

CENTER

public static final int CENTER
Constant to represent CENTER.

LEFT

public static final int LEFT
Constant to represent LEFT.

RIGHT

public static final int RIGHT
Constant to represent RIGHT.

TOP

public static final int TOP
Constant to represent TOP.

BOTTOM

public static final int BOTTOM
Constant to represent BOTTOM.

UP

public static final int UP
Constant to represent UP.

DOWN

public static final int DOWN
Constant to represent DOWN.

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD